home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000151_news@columbia.edu_Fri Oct 20 16:06:30 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA16112
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 20 Oct 1995 12:06:37 -0400
  3. Received: by apakabar.cc.columbia.edu id AA21458
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 20 Oct 1995 12:06:36 -0400
  5. Path: news.columbia.edu!news.columbia.edu!not-for-mail
  6. From: fdc@columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: More C-kermit questions
  9. Date: 20 Oct 1995 12:06:30 -0400
  10. Organization: Columbia University
  11. Lines: 17
  12. Message-Id: <468he6$fmn@watsun.cc.columbia.edu>
  13. References: <466k1v$94@ftcnews.nrcs.usda.gov>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Cc: 
  16.  
  17. In article <466k1v$94@ftcnews.nrcs.usda.gov>,
  18. Ute R. Willmore <ute@feinde2.ftc.nrcs.usda.gov> wrote:
  19. : I get the file transfer status display and after a few moments the system
  20. : beeps and presto my directory listing is in a file called list on my UNIX 
  21. : system.
  22. : BUT, and you knew there had to be a but, how do I turn of that display?
  23. : The manual says to type 
  24. set display display none
  25.  
  26. : Oh, and while we are at it, how do I turn the display back on once I got it
  27. : turned off?
  28. set file display fullscreen (or whatever other kind you prefer).
  29.  
  30. - Frank